From d8d3bd91d799fbde8ab4b8296dde4da01e99f55f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 14 Dec 2005 19:41:06 +0100 Subject: [PATCH] Give the xencons tty driver a proper name. Signed-off-by: Alex Williamson --- linux-2.6-xen-sparse/drivers/xen/console/console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.6-xen-sparse/drivers/xen/console/console.c b/linux-2.6-xen-sparse/drivers/xen/console/console.c index 0866ee58dd..9183a47af8 100644 --- a/linux-2.6-xen-sparse/drivers/xen/console/console.c +++ b/linux-2.6-xen-sparse/drivers/xen/console/console.c @@ -628,6 +628,7 @@ static int __init xencons_init(void) if (xencons_driver == NULL) return -ENOMEM; + DRV(xencons_driver)->name = "xencons"; DRV(xencons_driver)->major = TTY_MAJOR; DRV(xencons_driver)->type = TTY_DRIVER_TYPE_SERIAL; DRV(xencons_driver)->subtype = SERIAL_TYPE_NORMAL; -- 2.30.2